vmx: Change the default Pause-Loop-Exiting "Gap" parameter
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 12 May 2010 07:51:26 +0000 (08:51 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 12 May 2010 07:51:26 +0000 (08:51 +0100)
commit1e2619f4b0a8fe9c510c568a545659be4a34edcd
tree60d23f51305cd111c74b100b2327880d93c47a2e
parent990e331218dba6b671854cec24f639ff45763d7d
vmx: Change the default Pause-Loop-Exiting "Gap" parameter

PLE_Gap controls teh maximum allowable time between executions of
PAUSE in a busy loop. Essentially this controls the sensitivity of the
processor's busy-loop detection.

Changed the default PLE_Gap to 128 for
1. not using odd number like 41
2. getting a little bit more PLE vmexits to improve performance

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
xen/arch/x86/hvm/vmx/vmcs.c